Feature: Crear tag

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 9.394s

Scenario: Crear tag con datos invalidos

Before 0m 0.549s
Given the user navigates to Ghost at "<GHOST>" 0m 0.561s
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>" 0m 0.168s
And the user navigates to the tags page 0m 0.635s
And I wait for 2 seconds 0m 2.103s
When the user cliks on the new tag 0m 0.128s
And I wait for 1 seconds 0m 1.136s
And I enter invalid name tag 0m 0.152s
And I wait for 1 seconds 0m 1.103s
And I enter invalid description tag 0m 0.458s
And I wait for 1 seconds 0m 1.139s
Then I click in save tag 0m 0.122s
And I wait for 1 seconds 0m 1.137s
After 0m 0.003s

Screenshots

Before
NO IMAGE AVAILABLE
Given the user navigates to Ghost at "<GHOST>"
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And the user navigates to the tags page
And I wait for 2 seconds
When the user cliks on the new tag
And I wait for 1 seconds
And I enter invalid name tag
And I wait for 1 seconds
And I enter invalid description tag
And I wait for 1 seconds
Then I click in save tag
And I wait for 1 seconds
After
NO IMAGE AVAILABLE